derelict.glib.gstrfuncs

Undocumented in source.

Members

Aliases

GAsciiType
alias GAsciiType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_digit_value
alias da_g_ascii_digit_value = gint function(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_dtostr
alias da_g_ascii_dtostr = gchar* function(gchar* buffer, gint buf_len, gdouble d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_formatd
alias da_g_ascii_formatd = gchar* function(gchar* buffer, gint buf_len, const(gchar)* format, gdouble d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strcasecmp
alias da_g_ascii_strcasecmp = gint function(const(gchar)* s1, const(gchar)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strdown
alias da_g_ascii_strdown = gchar* function(const(gchar)* str, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strncasecmp
alias da_g_ascii_strncasecmp = gint function(const(gchar)* s1, const(gchar)* s2, gsize n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strtod
alias da_g_ascii_strtod = gdouble function(const(gchar)* nptr, gchar** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strtoll
alias da_g_ascii_strtoll = gint64 function(const(gchar)* nptr, gchar** endptr, guint base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strtoull
alias da_g_ascii_strtoull = guint64 function(const(gchar)* nptr, gchar** endptr, guint base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_strup
alias da_g_ascii_strup = gchar* function(const(gchar)* str, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_table
alias da_g_ascii_table = guint16*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_tolower
alias da_g_ascii_tolower = gchar function(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_toupper
alias da_g_ascii_toupper = gchar function(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_ascii_xdigit_value
alias da_g_ascii_xdigit_value = gint function(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_memdup
alias da_g_memdup = gpointer function(gconstpointer mem, guint byte_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_stpcpy
alias da_g_stpcpy = gchar* function(gchar* dest, const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_str_has_prefix
alias da_g_str_has_prefix = gboolean function(const(gchar)* str, const(gchar)* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_str_has_suffix
alias da_g_str_has_suffix = gboolean function(const(gchar)* str, const(gchar)* suffix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strcanon
alias da_g_strcanon = gchar* function(gchar* string, const(gchar)* valid_chars, gchar substitutor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strcasecmp
alias da_g_strcasecmp = gint function(const(gchar)* s1, const(gchar)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strchomp
alias da_g_strchomp = gchar* function(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strchug
alias da_g_strchug = gchar* function(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strcompress
alias da_g_strcompress = gchar* function(const(gchar)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strconcat
alias da_g_strconcat = gchar* function(const(gchar)* string1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdelimit
alias da_g_strdelimit = gchar* function(gchar* string, const(gchar)* delimiters, gchar new_delimiter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdown
alias da_g_strdown = gchar* function(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdup
alias da_g_strdup = gchar* function(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdup_printf
alias da_g_strdup_printf = gchar* function(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdup_vprintf
alias da_g_strdup_vprintf = gchar* function(const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strdupv
alias da_g_strdupv = gchar** function(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strerror
alias da_g_strerror = const(gchar)* function(gint errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strescape
alias da_g_strescape = gchar* function(const(gchar)* source, const(gchar)* exceptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strfreev
alias da_g_strfreev = void function(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strjoin
alias da_g_strjoin = gchar* function(const(gchar)* separator, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strjoinv
alias da_g_strjoinv = gchar* function(const(gchar)* separator, gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strlcat
alias da_g_strlcat = gsize function(gchar* dest, const(gchar)* src, gsize dest_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strlcpy
alias da_g_strlcpy = gsize function(gchar* dest, const(gchar)* src, gsize dest_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strncasecmp
alias da_g_strncasecmp = gint function(const(gchar)* s1, const(gchar)* s2, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strndup
alias da_g_strndup = gchar* function(const(gchar)* str, gsize n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strnfill
alias da_g_strnfill = gchar* function(gsize length, gchar fill_char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strreverse
alias da_g_strreverse = gchar* function(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strrstr
alias da_g_strrstr = gchar* function(const(gchar)* haystack, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strrstr_len
alias da_g_strrstr_len = gchar* function(const(gchar)* haystack, gssize haystack_len, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strsignal
alias da_g_strsignal = const(gchar)* function(gint signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strsplit
alias da_g_strsplit = gchar** function(const(gchar)* string, const(gchar)* delimiter, gint max_tokens)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strsplit_set
alias da_g_strsplit_set = gchar** function(const(gchar)* string, const(gchar)* delimiters, gint max_tokens)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strstr_len
alias da_g_strstr_len = gchar* function(const(gchar)* haystack, gssize haystack_len, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strtod
alias da_g_strtod = gdouble function(const(gchar)* nptr, gchar** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strup
alias da_g_strup = gchar* function(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_strv_length
alias da_g_strv_length = guint function(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_ascii_digit_value
gint g_ascii_digit_value(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_dtostr
gchar* g_ascii_dtostr(gchar* buffer, gint buf_len, gdouble d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_formatd
gchar* g_ascii_formatd(gchar* buffer, gint buf_len, const(gchar)* format, gdouble d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strcasecmp
gint g_ascii_strcasecmp(const(gchar)* s1, const(gchar)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strdown
gchar* g_ascii_strdown(const(gchar)* str, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strncasecmp
gint g_ascii_strncasecmp(const(gchar)* s1, const(gchar)* s2, gsize n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtod
gdouble g_ascii_strtod(const(gchar)* nptr, gchar** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtoll
gint64 g_ascii_strtoll(const(gchar)* nptr, gchar** endptr, guint base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtoull
guint64 g_ascii_strtoull(const(gchar)* nptr, gchar** endptr, guint base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strup
gchar* g_ascii_strup(const(gchar)* str, gssize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_tolower
gchar g_ascii_tolower(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_toupper
gchar g_ascii_toupper(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_xdigit_value
gint g_ascii_xdigit_value(gchar c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_memdup
gpointer g_memdup(gconstpointer mem, guint byte_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_stpcpy
gchar* g_stpcpy(gchar* dest, const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_str_has_prefix
gboolean g_str_has_prefix(const(gchar)* str, const(gchar)* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_str_has_suffix
gboolean g_str_has_suffix(const(gchar)* str, const(gchar)* suffix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcanon
gchar* g_strcanon(gchar* string, const(gchar)* valid_chars, gchar substitutor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcasecmp
gint g_strcasecmp(const(gchar)* s1, const(gchar)* s2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strchomp
gchar* g_strchomp(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strchug
gchar* g_strchug(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcompress
gchar* g_strcompress(const(gchar)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strconcat
gchar* g_strconcat(const(gchar)* string1, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdelimit
gchar* g_strdelimit(gchar* string, const(gchar)* delimiters, gchar new_delimiter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdown
gchar* g_strdown(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup
gchar* g_strdup(const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup_printf
gchar* g_strdup_printf(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup_vprintf
gchar* g_strdup_vprintf(const(gchar)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdupv
gchar** g_strdupv(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strerror
const(gchar)* g_strerror(gint errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strescape
gchar* g_strescape(const(gchar)* source, const(gchar)* exceptions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strfreev
void g_strfreev(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strjoin
gchar* g_strjoin(const(gchar)* separator, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strjoinv
gchar* g_strjoinv(const(gchar)* separator, gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strlcat
gsize g_strlcat(gchar* dest, const(gchar)* src, gsize dest_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strlcpy
gsize g_strlcpy(gchar* dest, const(gchar)* src, gsize dest_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strncasecmp
gint g_strncasecmp(const(gchar)* s1, const(gchar)* s2, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strndup
gchar* g_strndup(const(gchar)* str, gsize n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strnfill
gchar* g_strnfill(gsize length, gchar fill_char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strreverse
gchar* g_strreverse(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strrstr
gchar* g_strrstr(const(gchar)* haystack, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strrstr_len
gchar* g_strrstr_len(const(gchar)* haystack, gssize haystack_len, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsignal
const(gchar)* g_strsignal(gint signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsplit
gchar** g_strsplit(const(gchar)* string, const(gchar)* delimiter, gint max_tokens)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsplit_set
gchar** g_strsplit_set(const(gchar)* string, const(gchar)* delimiters, gint max_tokens)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strstr_len
gchar* g_strstr_len(const(gchar)* haystack, gssize haystack_len, const(gchar)* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strtod
gdouble g_strtod(const(gchar)* nptr, gchar** endptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strup
gchar* g_strup(gchar* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strv_length
guint g_strv_length(gchar** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_ascii_digit_value
da_g_ascii_digit_value g_ascii_digit_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_dtostr
da_g_ascii_dtostr g_ascii_dtostr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_formatd
da_g_ascii_formatd g_ascii_formatd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strcasecmp
da_g_ascii_strcasecmp g_ascii_strcasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strdown
da_g_ascii_strdown g_ascii_strdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strncasecmp
da_g_ascii_strncasecmp g_ascii_strncasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtod
da_g_ascii_strtod g_ascii_strtod;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtoll
da_g_ascii_strtoll g_ascii_strtoll;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strtoull
da_g_ascii_strtoull g_ascii_strtoull;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_strup
da_g_ascii_strup g_ascii_strup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_table
da_g_ascii_table g_ascii_table;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_tolower
da_g_ascii_tolower g_ascii_tolower;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_toupper
da_g_ascii_toupper g_ascii_toupper;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ascii_xdigit_value
da_g_ascii_xdigit_value g_ascii_xdigit_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_memdup
da_g_memdup g_memdup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_stpcpy
da_g_stpcpy g_stpcpy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_str_has_prefix
da_g_str_has_prefix g_str_has_prefix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_str_has_suffix
da_g_str_has_suffix g_str_has_suffix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcanon
da_g_strcanon g_strcanon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcasecmp
da_g_strcasecmp g_strcasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strchomp
da_g_strchomp g_strchomp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strchug
da_g_strchug g_strchug;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strcompress
da_g_strcompress g_strcompress;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strconcat
da_g_strconcat g_strconcat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdelimit
da_g_strdelimit g_strdelimit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdown
da_g_strdown g_strdown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup
da_g_strdup g_strdup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup_printf
da_g_strdup_printf g_strdup_printf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdup_vprintf
da_g_strdup_vprintf g_strdup_vprintf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strdupv
da_g_strdupv g_strdupv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strerror
da_g_strerror g_strerror;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strescape
da_g_strescape g_strescape;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strfreev
da_g_strfreev g_strfreev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strjoin
da_g_strjoin g_strjoin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strjoinv
da_g_strjoinv g_strjoinv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strlcat
da_g_strlcat g_strlcat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strlcpy
da_g_strlcpy g_strlcpy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strncasecmp
da_g_strncasecmp g_strncasecmp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strndup
da_g_strndup g_strndup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strnfill
da_g_strnfill g_strnfill;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strreverse
da_g_strreverse g_strreverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strrstr
da_g_strrstr g_strrstr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strrstr_len
da_g_strrstr_len g_strrstr_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsignal
da_g_strsignal g_strsignal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsplit
da_g_strsplit g_strsplit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strsplit_set
da_g_strsplit_set g_strsplit_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strstr_len
da_g_strstr_len g_strstr_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strtod
da_g_strtod g_strtod;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strup
da_g_strup g_strup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_strv_length
da_g_strv_length g_strv_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta